@extends('admin.layouts.app') @section('title', 'Main page') @section('content')
@csrf
{{ $errors->first('country') }}
{{ $errors->first('name') }}
{{ $errors->first('currency_code') }}
{{ $errors->first('currency_symbol') }}
{{ $errors->first('timezone') }}
@endsection