@extends('layouts.master') @section('title') @lang('translation.Emergency Service') @endsection @section('css')
@endsection @section('content')
Emergency services master
Create New
--By Emergency Service--
View All
@foreach($emergencyServices as $emergencyService)
{{ $emergencyService->emergency_service}}
@endforeach
id
Emergency Service
Created At
Updated At
Action
@endsection @section('script') @endsection