@extends('admin.layouts.master') @section('title', 'Settings') @section('style') @endsection @section('content')

Settings

@can('download logs')

Download Airline Logs

@csrf
@endcan @can('manage airports')

Manage Airports

Order By Name Code Country Action
Loading...
@endcan
@endsection @section('script') @endsection