@extends('admin.layout.app') @section('content')
{{-- Card --}}

Create Brand

@csrf {{-- Images --}}
@if ($errors->has('images.*')) {{ $errors->first('images.*') }} @endif
You can select multiple images. Recommended size: 1200 x 800px. Only jpg, png, jpeg allowed.
{{-- Status --}}
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
{{-- Submit --}}
{{-- /Card --}}
@endsection @push('scripts') @endpush