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

Manage Projects / Add Project Gallery

@if(session('success') || session('error'))
{{ session('success') ? session('success') : session('error') }}
@endif @if ($errors->any())
@endif
Add Faq
@csrf @foreach ($columns as $column) @if ($column === 'created_at' || $column === 'updated_at' || $column === 'id' || $column === 'category' || $column === 'project_id') @else
@endif @endforeach
@endsection