@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 Images For This Album

Add New Image
@include('dashboard.layouts.messages')
    @if($album) @php $count=0 @endphp @foreach($album->images as $album_image)
  • img
  • @php $count++ @endphp @endforeach @else @endif
@if($album) @php $count=0 @endphp @foreach($album->images as $album_image) @php $count++ @endphp @endforeach @else @endif {{-- --}}
@endsection