@extends('admin.dashboard') @if(Session::has('status')) @endif @section('content')

Photo Gallery

Photo Gallery Table:

@foreach ($pgallery as $data) @endforeach
Sl.No Title Image Status Action
{{$slno}} {{$data->phototitle }} car
@endsection