@can('settings') @extends('adminlte::page') @section('title', config('adminlte.title') . ' | Create System Settings') @section('content_header')

Add System Setting

@stop @section('content')
@csrf @method('POST')
@error('service') {{ $message }} @enderror
@error('service') {{ $message }} @enderror
@stop @section('footer')   @stop @endcan