@extends('admin.layouts.master') @php $can_update = Gate::allows('update', $config) ?: null; @endphp @section('content')
@endsection