@extends('app') @section('extra-css') @endsection @section('content') Add Cabin & Ward Service Home Indoor Add Cabin & Ward Service Add Ward Add Cabin @can('ward-cabin-create') {{csrf_field()}} Floor Category {!! Form::select('service_category_id', $service_categories ,null, ['class'=> 'form-control','placeholder'=> 'Please Select Floor', 'id'=>'scw']) !!} Floor Wise Ward {!! Form::select('service_sub_category_id', [] ,null, ['class'=> 'form-control','placeholder'=> 'Please Select Ward', 'id'=>'sscw']) !!} Seat Name Seat Number Service Cost Service Sale Cost Submut @endcan @can('ward-cabin-create') {{csrf_field()}} Floor Category {!! Form::select('service_category_id', $service_categories ,null, ['class'=> 'form-control','placeholder'=> 'Please Select Floor', 'id'=>'scc']) !!} Seat Count One Seat Two Seat Three Seat Cabin Name Seat Code Service Cost Service Sale Cost Submut @endcan @endsection @section('extra-js') @endsection @section('script') @endsection