@extends('layouts.load') @section('content')
@include('includes.admin.form-error')
{{csrf_field()}}

* {{ __("indicates a required field") }}

{{ __("Category") }}*

@component('admin.components.input-localized',["required" => true]) @slot('name') name @endslot @slot('placeholder') {{ __('Enter Name') }} @endslot {{ __('Name') }} * @endcomponent

{{ __('Banner') }} *

{{ __('Prefered Size: (1920x400) or Rectangular Sized Image') }}

@endsection