@extends('layouts.admin') @section('title', $maincategory->name) @section('content') @component('admin.dashboard.breadcumb') @endcomponent
Update Category
@csrf @method('put')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
status == 1 ? 'checked' : ''}}>
@endsection