@include('layouts.appheader')
@include('layouts.appfooter')
Outbound
@include('layouts.flashmsg')
Make Outbound Call
@if ($errors->any())
@endif
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach