@extends('../../master_layout/admin_master') @section('title') {{config('constants.APP_NAME')}} Services @endsection @section('content')

Services

@if(session('message'))
@if(session('message.type')=='danger')

Sorry! {!! session('message.text') !!}

@else

Success! {!! session('message.text') !!}

@endif
@endif
SL.No Service Name Created On Status Action
@endsection @section('custom_js') @endsection