@extends('backend.layout') @section('content')
{{ csrf_field() }}
{{ isset($user) ? 'Chỉnh sửa Đại lý website' : 'Thêm mới Đại lý website' }} Danh sách Đại lý website
{{ @$errors->first('fullname') }}
{{--
{{ @$errors->first('user_name') }}
--}}
{{ @$errors->first('email') }}
{{ @$errors->first('phone') }}
{{ @$errors->first('address') }}
{{ @$errors->first('type') }}
{{ @$errors->first('password') }}
@endsection @push('styles') @endpush @push('scripts') @endpush