@extends('back.layouts.main') @section('title' , 'Create Available country') @section('content')
@csrf @include('back.available_countries.form')
@stop @section('breadcrumbs') @stop