@extends('layouts.admin') @section('title', 'Add Media') @section('content')

Add Media

@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Media title *
Do not exceed 100 characters when entering the media title.
Slug *
Do not exceed 100 characters when entering the media slug.
Category *
{{-- --}}
Brand *
{{-- --}}
@error('brand_id') {{ $message }} @enderror
Short Description *
Do not exceed 255 characters when entering the short description.
Description *
Do not exceed 100 characters when entering the description.
Upload images *
Upload Data File
Link
Format *
@endsection @push('scripts') @endpush