@extends('admin.layout.app') @section('title', 'Projects') @push('styles') @endpush @section('content')
All Projects
Add New Project
@if(session('success'))
{{ session('success') }}
@endif
@forelse($projects as $project) @empty @endforelse
Actions Title Sequence Slug Featured Image Meta Title
{{ $project->title }} {{ $project->sequence }} {{ $project->slug }} @if($project->featured_image) Featured @else No Image @endif {{ $project->meta_title }}
No projects found.
{{ $projects->links() }}
@endsection @push('scripts') @endpush