@extends('layouts.admin') @section('content')

Edit Merchant category * Required Fields

@csrf @method('PUT')
{{ $errors->first('name')}}
status ? 'checked' : '' }}> status === 0 ? 'checked' : '' }}>
{{ $errors->first('status')}}
@endsection