@extends('backend.layouts_backend.master2') @section('title') Add Project Category @endsection @section('content') {{-- header --}}

Add Project Category

@if (Auth::user()->can('project-category-list')) @endif

{{-- end header --}}
@csrf

{{-- validation --}} @if ($errors->has('name')) @endif

@endsection @section('extra_scripts') {{-- handline select2 --}} @endsection