@extends('backend.layout.main') @section('content')
@can('program-create') Add Program @endcan
@forelse ($data as $cause) @empty @endforelse
Title Photo Location Objectives Description actions
{{$cause->title}}
image
{{$cause->location}} {{$cause->objectives}} {{$cause->description}}
@can('program-edit') @endcan @can('program-show') @endcan @can('program-delete') @endcan
No data present
@endsection