@extends('layouts.admin')
@section('h1') New Industry Expert @stop
@section('content')
{!!Form::open(['route' => 'admin.industry-experts.store', 'files' => true, 'role' => 'form', 'class' => 'form-horizontal'])!!}
@include('admin.industry-experts._form')
{!!Form::close()!!}
@stop