@extends('layouts.simple.master') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Add Category

@endsection @section('breadcrumb-items') @endsection @section('content')
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection