@extends('layouts.admin') @section('content')
@php $hotel =\DB::table('global_markup')->where('globalm_id',1)->first(); @endphp
@csrf
{{-- please select type !!! --}}
globalm_status == 'Active') checked @endif>
@php $flight = \DB::table('global_markup')->where('globalm_id',2)->first(); @endphp
globalm_status == 'Active') checked @endif>
@endsection @section('scripts') @parent @endsection