@extends('admin.layouts.app') @section('title', 'Main page') @section('content') {{-- {{session()->get('errors')}} --}}
@csrf
@if(count($lang_data) > 0) @foreach($lang_data as $k=>$v) @if($v->locale == "en")
@else
@endif @endforeach @endif
{{ $errors->first('dial_code') }}
{{ $errors->first('dial_min_length') }}
{{ $errors->first('dial_max_length') }}
{{ $errors->first('code') }}
{{ $errors->first('currency_name') }}
{{ $errors->first('currency_code') }}
{{ $errors->first('currency_symbol') }}



{{ $errors->first('flag') }}
@endsection