@extends('admin.layouts.master') @section('title', 'Edit Directory- Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any())
@foreach($errors->all() as $error)
{{ $error}}
×
@endforeach
@endif
{{ __('Edit') }} {{ __('Directory') }}
{{ __("Back")}}
{{ csrf_field() }} {{ method_field('PUT') }}
{{ __('City') }}:
*
{{ __('Detail') }}:
*
{{$show->detail}}
{{ __('Status') }}:
{{ __('SearchonSlider') }}:
status == '1' ? 'checked' : '' }} />
{{ __("Reset")}}
{{ __("Update")}}
@endsection