@extends('admin.layouts.master') @section('title',__('Group Edit')) @section('content')
@csrf
status?'checked':''}}>

{{__('Permission')}}


@foreach($permission as $key => $per)
@if($group->is_default && $per['name']==='manage_user')
@else
@endif
@endforeach
@endsection