@extends('layouts.master') @section('title'){{__('sidebar.addcity')}} @endsection @section('body') @endsection @section('content') @component('components.breadcrumb') @slot('page_title') {{__('sidebar.city')}} @endslot @slot('subtitle') {{__('sidebar.addcity')}} @endslot @endcomponent
@csrf {{ isset($city) ? method_field('PUT') : '' }}
{{-- --}}
@endsection @section('scripts') @endsection