@extends('backend.layouts.app') @section('title', app_name() . ' | Flight Status Management') @section('breadcrumb-links') @endsection @section('content')

Flight Status Management Active Flight Status

@foreach($flight_status as $status) @endforeach
Flight Status Code Flight Status Flight Status Nepali Created At @lang('labels.general.actions')
{{ $status->code }} {{ $status->title }} {{ $status->title_nepali }} {{ $status->created_at->diffForHumans() }} {!! $status->action_buttons !!}
{!! $flight_status->total() !!} {{ trans_choice('labels.backend.access.users.table.total', $flight_status->total()) }}
{!! $flight_status->render() !!}
@endsection