@extends('backend.layouts.app') @section('title', 'Flight Management | Create Flight') @section('breadcrumb-links') @endsection @section('content') {{ Form::open(['route' => 'admin.flight.store', 'class' => 'form-horizontal', 'role' => 'form', 'method' => 'post']) }}