@extends('layouts.app') @section('content') @component('layouts.breadcrumb') @slot('heading')Countries @endslot @slot('sub_heading')Add New Country @endslot @endcomponent
{{csrf_field()}}
@include('layouts.messages.form-validation-error') @include('layouts.messages.flush-message')
Please enter country title.
@endsection @section('js') @endsection