@extends('layouts/contentNavbarLayout') @section('title', 'Basic Inputs - Forms') @section('page-script') @endsection @section('content')

Project Category / Add Project Category

@if ($errors->any())
@endif
Add Project Category
@csrf @foreach ($columns as $column) @if ($column === 'image_path')
@elseif ($column === 'created_at' || $column === 'updated_at' || $column === 'id') @elseif ($column === 'status')
@else
@endif @endforeach
@endsection