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

ویرایش استان

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

ویرایش استان {{$state->name}}

@csrf


@stop @section('footer') @stop