@extends('dashboard.layouts.layouts') @section('title', 'Dashboard') {{--Drop Your Customized Style Codes Here--}} @section('customizedStyle') @endsection {{--Drop Your Customized Scripts Codes Here--}} @section('customizedScript') @endsection {{-- Start of page Content --}} @section('content')

Album All Albums

All Albums Info

Add New Album
@include('dashboard.layouts.messages') @if($album) @else @endif
id image alt created by Created at Updated at Actions
id image alt created by Created at Updated at Actions
{{$album->id}} {{$album->images[0]->alt}} {{$album->created_by_user->user_en->fname." ".$album->created_by_user->user_en->lname}} {{$album->created_at}} {{$album->updated_at}} {{--{{$feature->id}}--}}
@if($album) @else @endif
@endsection