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