@extends('dashboard.authBase')
@section('content')
{{--
Welcome to 2nd Pakistan - Africa Trade Development Conference & Single Country Exhibition
--}}
@if($errors->any())
@foreach($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
Admin Login
Sign In to your account
@endsection