@extends('admin.master') @section('content')
@include('admin.sidebar')

Add New Categories

Categories Are Used In Both Blogs And General Content Classification

@if(Session::has('message'))
{{ Session::get('message') }}
@endif @if(Session::has('messageError'))
{{ Session::get('messageError') }}
@endif
{{csrf_field()}}
{{-- --}}


{{-- Images --}} {{-- Preview --}} {{-- Style --}} {{-- Style --}}
Browse…
{{-- Preview --}} {{-- Images --}}

@endsection