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

{{trans('sidebar.slider')}}

{{-- --}} @foreach($data as $ad) @endforeach {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
# {{trans('sidebar.image')}} {{trans('sidebar.type')}} {{trans('sidebar.options')}}Options
{{$loop->iteration}} @if($ad->type == 'website') @lang('admin.Home_page') @elseif($ad->type == 'loader') @lang('admin.Loading_page') @elseif($ad->type == 'behind_search') @lang('admin.Behind_Search') @endif
{{csrf_field()}} {{method_field('DELETE')}}
#NameOptions
@endsection