@extends('layouts.admin.home') @section('title') Categories @endsection @section('css') @endsection @section('content')
{{--

Team

--}}
@include('flash::message') @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif

Category Update

@isset($category)
@csrf
{{--
--}}
@endisset
@endsection @section('script') @endsection