{{-- layout --}} @extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title','Users edit') {{-- vendor styles --}} @section('vendor-style') @endsection {{-- page style --}} @section('page-style') @endsection {{-- page content --}} @section('content')
users avatar
Avatar
Module Permission Read Write Create Delete
Users
Articles
Staff
linkSocial Links
person_outlinePersonal Info
@endsection {{-- vendor scripts --}} @section('vendor-script') @endsection {{-- page scripts --}} @section('page-script') @endsection