@extends('admin_layouts.main') @section('main-section')
Flight Tickets
@foreach($flight as $flights) @endforeach
ID From To Departure Return No of Passengers
{{$flights->id}} {{$flights->from}} {{$flights->to}} {{$flights->departure}} {{$flights->return}} {{$flights->noofpassengers}}
@endsection