@extends('layouts.app') @section('content')
{{ __('Dashboard') }}
@csrf
@if ($errors->has('eiin')) {{ $errors->first('eiin') }} @endif
@if ($errors->has('eiin')) {{ $errors->first('eiin') }} @endif
@endsection