@extends('pages.admin.layout') @section('content')
{{ method_field('PUT') }} @csrf

Edit Supplier - {{ $supplier->name }}

Edit Supplier

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{--
--}} {{-- --}} {{-- --}} {{--
--}}
Feature information
featured ? ' checked' : '' }}/>
active ? ' checked' : '' }}/>
Available on which site
min_site ? ' checked' : '' }}/>
edible_site ? ' checked' : '' }}/>
eco_village_available ? ' checked' : '' }}/>
@if($supplier->getFirstMediaUrl('images','thumb')) @endif

Supplier Details

@endsection @section('scripts') @append