@extends('dashboard.layout.base') @section('content')
Modifier La Categorie : {{ $category->name }}

{{-- A form with a label on top of each form control. --}}

@include('dashboard.component.dashboard_error') @include('dashboard.component.notifications')
@csrf
{{--
{{ old('description') }}
--}} {{-- --}}
@if($category->cover) @endif
@include('dashboard.component.copyright')
@endsection @push('styles') @endpush @push('scripts') @endpush