@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')

{{__("Edit Slider")}}

@include('layouts.partials.flash-message')
{{ method_field('PATCH') }}
@foreach($item->countries as $country)
@foreach($country->cities as $city)
city_ids[$country->id]) && in_array($city->id,$item->city_ids[$country->id])) checked @endif data-country-id="{{$country->id}}" value="{{$city->id}}" type="checkbox" id="city_{{$city->id}}" class="custom-control-input country-cities-checkbox" >
@endforeach
@endforeach
status==1) checked @endif class="custom-control-input pl-2 radio validate[groupRequired[status]]" id="active" value="1" name="status">
status==0) checked @endif class="custom-control-input radio validate[groupRequired[status]]" id="inactive" value="0" name="status">
{{__("Back")}}
@endsection @section('footer') @include('layouts.partials.footer') @endsection @section('scripts') @include('layouts.partials.scripts') @endsection