@extends('layouts.backend') @section('content') Edit Blog Category Home Edit Blog Category @if(session()->has('message')) {{ session()->get('message') }} @endif Edit Blog Category Detail @csrf {{ __('Name')}} @if ($errors->has('name')) {{ $errors->first('name') }} @endif {{ __('Slug')}} @if ($errors->has('slug')) {{ $errors->first('slug') }} @endif {{ __('Description')}} @if ($errors->has('description')) {{ $errors->first('description') }} @endif @endsection