@extends('back.layouts.main') @section('title' , __('back.images')) @section('content')
@if(request('type') == 'main') @include('back.banners.types._main') @else @include('back.banners.types._shops') @endif
@stop @push('footer') @endpush @section('breadcrumbs') @stop