@extends('backend.layouts.master') @section('pageTitle') User @endsection @section('bodyCssClass') @endsection @section('pageContent') System User @if($user) Update @else Add New @endif Dashboard System User @if($user) Update @else Add @endif @csrf Name* {{ $errors->first('name') }} Email* {{ $errors->first('email') }} Phone/Mobile No. {{ $errors->first('phone_no') }} @if(!$user) Username* {{ $errors->first('username') }} Password* {{ $errors->first('password') }} @endif @endsection @section('extraScript') @endsection