@extends('layouts.app') @section('content')
@csrf
@can('order.delete')
@endcan
@can('gallery.create') {{ __('Create Gallery') }} @endcan
@foreach($posts ?? [] as $key => $row) @endforeach
{{ __('URl') }}
{{ $row->name }}
@endsection @push('js') @endpush