@extends('admin.layouts.master') @section('title') إنشاء مسؤول جديد @endsection @section('css') @include('admin.layouts.css') @endsection @section('body')
@csrf
@foreach($permissions as $permission)
@endforeach
@endsection @section('js') @include('admin.layouts.js') @endsection