}})
@extends ('backend.layouts.app') @if($type == 0) @section ('title', 'User Management' . ' | ' . 'Create User') @else @section ('title', 'Admin Management' . ' | ' . 'Create Admin') @endif @section('after-styles') {{ Html::style('css/category.css') }} {{ Html::style('js/select2/select2.min.css') }} {{ Html::style('js/Crop/croppie.css') }} @endsection @section('page-header') @if($type == 0)