@extends('layouts.app') @section('title', 'Edit City') @php $breadcrumbs = [['label' => 'Masters', 'url' => route('masters.cities.index')], ['label' => 'City', 'url' => route('masters.cities.index')], ['label' => 'Edit']]; @endphp @section('content')

Edit City

Back to List
@csrf @method('PUT')
name ?? "") }}" required>
pincode ?? "") }}">
is_active ?? true) ? 'checked' : '' }}>
Cancel
@endsection