@extends('admin.layout.app') @section('content') Categories Categories @include('admin.layout.session') Edit Categories Delete @method('delete') @csrf @csrf @method('put') Category Name @if ($errors->has('category_name')) {{ $errors->first('category_name') }} @endif Keyword @if ($errors->has('keyword')) {{ $errors->first('keyword') }} @endif Description {{$category->description}} @if ($errors->has('description')) {{ $errors->first('description') }} @endif Image @if ($errors->has('cat_image')) {{ $errors->first('cat_image') }} @endif @if($category->cat_image != '') @endif Submit Back @endsection @push('js') @endpush