@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')

Edit Country

Back to List
@csrf @method('PUT')
code ?? "") }}" maxlength="2" required>
name ?? "") }}" required>
iso3 ?? "") }}" maxlength="3">
phone_code ?? "") }}">
region ?? "") }}">
is_active ?? true) ? 'checked' : '' }}>
Cancel
@endsection