@extends('app') @section('content') Create Service

CREATE SERVICE

@if(Session::has('flash_message'))
{{ Session::get('flash_message') }}
@endif @if(Session::has('unable_create_serv_mesg'))
{{ Session::get('unable_create_serv_mesg') }}
@endif
@if(Session::get('custid'))