@extends('layouts.master') @section('header') @include('layouts.partials.header') @endsection @section('navbar') @include('layouts.partials.nav') @endsection @section('sidebar') @include('layouts.partials.sidebar') @endsection @section('content')

{{__("Slider Info")}}

id )}}" class='text-info mx-2' style=''>
@csrf {{ method_field('DELETE') }}

{{$item->name}}

{{$item->slider_index}}

@foreach($item->countries_cities_names as $key=>$value) @endforeach
{{__("Country")}} {{__("Cities")}}
{{$key}} @php echo implode(', ',$value) @endphp
{{--

--}} {{--

    --}} {{--@foreach($item->countries_cities_names as $key=>$value)--}} {{--
  • {{$key}} : @php echo implode(',',$value) @endphp
  • --}} {{--@endforeach--}} {{--
--}} {{--

--}}
@if($item->status==1){{__("Active")}}@else{{__("Inactive")}}@endif
@endsection @section('footer') @include('layouts.partials.footer') @endsection @section('scripts') @include('layouts.partials.scripts') @endsection