@extends('layouts.main') @section('title', $data['title']) @section('content')
@if (canCreate('User'))
@endif
@if (canView('User'))
@endif
@endsection('content') @section('custom-scripts') @include('../users/comman/modal') @include('../users/comman/script') @endsection