@extends('admin::index') @section('content')

{{ $header or trans('admin.title') }} {{ $description or trans('admin.description') }}

@include('partials.breadcrumb')
@include('partials.error') @include('admin::partials.exception') @include('admin::partials.toastr') {{-- MAIN CONTENT --}} {{ Form::open(array('route' => ['customers.update',$item->id], 'method' => 'PUT', 'class'=>'', 'enctype'=>'multipart/form-data' )) }}
{{ Form::close() }}
@endsection @php @endphp