@extends('layouts.template') @section('content') @php $data=App\Models\Settings::first(); @endphp

App Settings

@can('update-settings')
@csrf @endcan
@can('update-settings')
@endcan
@can('update-settings') @endcan
@endsection