@extends('country::layouts.master') @section('content')
@if ($country->id)

{{ $country->name }}

@else

New Country

@endif
@php echo $form->toHtml(); @endphp
@endsection @section('page_level_js') @endsection