@extends('adtrpanel.layouts.master') @section('content') @include('adtrpanel.partials.header')
@include('adtrpanel.partials.errors') @include('adtrpanel.partials.alert')
{{ csrf_field() }}

@foreach($auth_list as $auth) @endforeach
Yetki Listesi Görme Ekleme Düzenleme Silme
{{ $auth->model->model_desc }} read) checked="checked" @endif/> create) checked="checked" @endif/> update) checked="checked" @endif/> delete) checked="checked" @endif/>
@endsection @section('css') @endsection @section('js') @endsection