@extends('Backend.dashboard') @section('title') Publication @endsection @section('content') @if(Session::has('success'))
@endif @if(Session::has('danger'))
@endif @if(count($errors) > 0)
@foreach($errors->all() as $error) @endforeach
@endif
@foreach($projects as $project) @endforeach
Publication Publication (EN) Actions
{{ $project->name }} {{ $project->name_en }} Edit Delete name)]) }}">View

List Of Categories

@foreach($project_cats as $cat) @endforeach
Categories Actions
{{ $cat->name }} Edit Delete

Add New Category

@csrf
@csrf
@endsection