@extends('admin.layouts.container') @section('content')

{{ $head ?? ''}}

@method('PUT') @csrf
@if($banner->id != 32) @foreach($count_photos as $key=>$row)
{{__('dashboard.choose')}}
@endforeach @else

{{__('banners.photos')}}

@if($banner ?? '' && $banner->id) @foreach($banner['photos'] as $key=>$row) @include('admin.banners.banner',['photo'=>$row,'key'=>$key]) @endforeach @endif
@endif
@endsection @section('inner_js') @endsection