@extends('pages.admin.layout') @section('content')

Edit Category

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ method_field('PUT') }} @csrf
active ? ' checked' : '' }}/>
Available on which site
min_site ? ' checked' : '' }}/>
edible_site ? ' checked' : '' }}/>
non_eco_village ? ' checked' : '' }}/>
@if($category->getFirstMediaUrl('images','thumb')) @endif
@endsection @section('scripts') @append