@extends("admin.admin_app") @section("content")
@if (count($errors) > 0)
@endif @if(Session::has('flash_message'))
{{ Session::get('flash_message') }}
@endif
{!! Form::open(array('url' => array('admin/agents/addagent'),'class'=>'form-horizontal padding-15','name'=>'addagent_form','id'=>'addagent_form','role'=>'form','enctype' => 'multipart/form-data')) !!}
0 / 60

This is what will appear in the first line when this shows up in the search results.

0 / 75

This is the unique URL of this page, displayed below the title in the search results.

0 / 160

This is what will appear as the description when this shows up in the search results.

0 / 100
  • Add Focus Keyword to the SEO title.
  • Add Focus Keyword to your SEO Meta Description.
  • Use Focus Keyword in the URL.
  • Use Focus Keyword in the content.
  • Content is words long. Consider using at least 600 words.

{!! Form::close() !!}
@endsection