@extends('admin.layouts.master') @section("title","Add Category") @section('content') @if(Session::has('flash_message_error')) @endif @if(Session::has('flash_message_success')) @endif

Add Category

@csrf
@endsection