@extends('admin.layout.master') @section('content')

Edit Model Category

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Edit Model Category

@csrf
{{--
--}}
ARI == 'Y') ? "checked" : "") }} id="ARI" name="ARI" value="1">
ShowPINs == '1') ? "checked" : "") }} id="ShowPINs" name="ShowPINs" value="1">
{{-- @if($modelcategory->RecordType == "model")
@endif --}}
{{-- --}} @endsection