@extends('main') @section('css') @endsection @section('content')
@if(session('message'))
@endif
@if(!empty($projects)) @foreach($projects as $p) @endforeach @endif
ID Title Image Category Description Options
{{ $p->id }} {{ $p->title }} {!! $p->image ? '' : '-' !!} {{ $p->category }} {{ $p->description }}
@endsection @section('js') @endsection