@php $btn=[ 'route_name'=>'user.create', 'btn_text'=>'Add user', 'icon'=>'fas fa-plus' ]; @endphp @extends('layouts.page-content', [ 'data' => [ 'heading' => '', 'breadcrumbs_name' =>'user', 'btn' => $btn, ], 'has_header' => true, 'has_title' => true, 'map' => true ]) @push('styles') @endpush @push('scripts') @endpush @section('section-content')