@extends('layout.admin') @section('styles') @endsection @section('content')

Country/ Add

{{csrf_field()}}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('visa_price')) {{ $errors->first('visa_price') }} @endif
@endsection @section('script') @endsection