@extends('layouts.dashboard_2')
@section('title', 'عرض شركة طيران')
@section('content')
تفاصيل شركة الطيران
العنوان :
{{$data->title}}
الدولة :
{{$data->country->title}}
الملخص :
{{$data->summary}}
@include('dashboard.includes.footer')
@stop
@section('script')
@stop