@extends('../../master_layout/website_master')
@section('title')
{{env('APP_NAME')}} :: Register Advertiser
@endsection
@section('heading')
Back
Escort Advertising for Independents
Next
@endsection
@section('content')
@if (session('errors'))
@foreach($errors->all() as $message)
{{$message}}
@endforeach
@endif
@if (session('message'))
@if(session('message.type')=='danger')
Oops! {!! session('message.text') !!}
@else
Success! {!! session('message.text') !!}
@endif
@endif
@endsection
@section('custom_js')
@endsection