@section('page_content')
@csrf
Fill in the details.
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
General Details
    @foreach($categories as $category)
  • id == old('category') ? 'checked':'' }} value="{{ $category->id }}" />
  • @endforeach
@stop