@extends('admin::layouts.master') @section('htmltitle') Applications @endsection @section('external_styles') @endsection @section('content')

Assign Role

{{--
Assign Role
--}}
@csrf
{{--
--}}

All Users

{{-- --}} {{-- --}} @foreach ($applications as $item) {{-- --}} {{-- --}} @endforeach
@stop @section('external_scripts') @endsection