@extends('backend.layout') @section('content')
{{ csrf_field() }}
{{ ( isset($account) ? 'Chỉnh sửa thông tin block slider' :'Thêm mới tài khoản người dùng') }} Danh sách tài khoản người dùng
@if(!isset($account))
{{ @$errors->first('email') }}
@endif
{{ @$errors->first('password') }}
{{ @$errors->first('repassword') }}
@if(!isset($account))
{{ @$errors->first('service_id') }}
{{ @$errors->first('type') }}
@endif
@endsection @push('styles') @endpush @push('scripts') @endpush