@extends('backend.layouts.master') @section('pageTitle') User @endsection @section('bodyCssClass') @endsection @section('pageContent')

System User @if($user) Update @else Add New @endif

@csrf
{{ $errors->first('name') }}
{{ $errors->first('email') }}
{{ $errors->first('phone_no') }}
@if(!$user)
{{ $errors->first('username') }}
{{ $errors->first('password') }}
@endif
@endsection @section('extraScript') @endsection