@extends('../backend/layout/' . $layout) @section('subhead') Users @endsection @section('subcontent')

Add User

@csrf
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
Permissions
@php $i = 1; @endphp @foreach ($permissions as $permission) @if ($i == 4) @php $i = 0; @endphp @endif @php $i++; @endphp @endforeach
@endsection @section('script') @endsection