@extends('layouts.master') @section('title', 'Create Tag') @section('css') @endsection @section('breadcrumb')

Tags Management

@endsection @section('main_content')

Add Tag

@csrf @include('admin.tag.fields')
@endsection @section('scripts') @endsection