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

Edit Supplier

{{ method_field('PUT') }} @csrf

Edit Supplier

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{--
--}} {{-- --}} {{-- --}} {{--
--}}
Feature information
Available on which site
@if($supplier->getFirstMediaUrl('images','thumb')) @endif

Supplier Details

@endsection @section('scripts') @append