{{-- @extends('admin.layouts.app') @section('breadcrumb') @include('admin.common.breadcrumbs') @endsection @push('script-page-level') @endpush @section('content')

Gallery Here You Can Add, Edit or Delete Gallery

@endsection --}} {{--new code--}} @extends('admin.layouts.app') @section('breadcrumb') @include('admin.common.breadcrumbs') @endsection @push('stylesheet-page-level') @endpush @push('script-page-level') @endpush @section('content')

Gallery Images Here You Can Add or Delete Gallery Images

@forelse($images as $image)
@empty No Record Found @endforelse
@endsection