@extends('staff::layouts.default')
@section('title',trans('admin_default.branch'))
@section('breadcrumb')
{{trans('admin_default.shop_galleries')}}
@endsection
@section('content')
×
Only jpg, jpeg, and png extensions are allowed.
@if(!empty($gallery_list))
@foreach( $gallery_list as $key => $value )
@endforeach
@endif
@endsection
@section('script')
@endsection