@include('admin.layouts.header')
@if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif
Add New Investor Relation Officer
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('designation')) {{ $errors->first('designation') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
Investor Relation Officers
@foreach ($investor_relations as $investor_relation) @endforeach
Name image Designation Telephone No Mobile No Email primary Email secondary Fax Address Update Delete
{{ $investor_relation->name }} {{ $investor_relation->designation }} {{ $investor_relation->telephone_no }} {{ $investor_relation->mobile_no }} {{ $investor_relation->email_1 }} {{ $investor_relation->email_2 }} {{ $investor_relation->fax }} {{ $investor_relation->address }}
@include('admin.layouts.footer')