@extends('business.partials.layout') @section('css') @endsection @section('content')

Edit

@csrf @method('put')

Edit Category

@if($errors->has('title'))

{{ $errors->first('title') }}

@endif
@if($errors->has('status'))

{{ $errors->first('status') }}

@endif
@if($errors->has('thumbnail'))

{{ $errors->first('thumbnail') }}

@endif @if($model->thumbnail) @endif
@if($errors->has('description'))

{{ $errors->first('description') }}

@endif
@endsection @section('js') @endsection