@extends('layouts.admin') @section('content') @php $readonly=''; @endphp @if($action=='View') @php $readonly='readonly'; @endphp @endif
@csrf

{{ __($title) }}

No Label !

@endsection @push('scripts') @endpush