@extends('../../master_layout/admin_master') @section('title') {{config('constants.APP_NAME')}} {{ ($edit)?'Edit':'Add' }} Service @endsection @section('custom_css') @endsection @section('content')

{{ ($edit)?'Edit':'Add' }} Service

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

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

@else

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

@endif
@endif
@csrf
@if ($errors->has('service_name')) {{ $errors->first('service_name') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
SEO
@endsection @section('custom_js') @endsection