@extends('backend.layout') @section('content')
{{ csrf_field() }}
Thêm mới Khách hàng Danh sách
{{ @$errors->first('fullname') }}
{{ @$errors->first('email') }}
{{ @$errors->first('phone') }}
{{ @$errors->first('address') }}
{{ @$errors->first('customer_id') }}
@endsection @push('styles') @endpush @push('scripts') @endpush