@extends('layouts.master') @section('title', 'Customer') @section('content')

{{ trans('customer.customer_add') }}

{{ trans('customer.customer_add_desc') }}

@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
@method('PUT') @csrf
@endsection @section('script-footer') @endsection