@extends('layouts.adminLayouts') @section('head') @stop @section('content-header')

ویرایش شهر

{{ Breadcrumbs::render('cities.edit',['title' => $city->name]) }}
@stop @section('content')
بازگشت

ویرایش شهر {{$city->name}}

@csrf




@stop @section('footer') @stop