@extends('layouts.admin-layout') @section('title', 'All Galleries ') @section('content')
@csrf

Galleries Section

{{--
--}} {{-- Profile Preview--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}

Galleries Section

@foreach($get_galleries as $galleries) @endforeach
S.N. Image status Action
{{ $loop->iteration }} {{$galleries->status === 1 ? 'Approve' : 'Not Approve'}}
@endsection @section('script') @endsection