@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($errors->first('vendor_id'))
Please Select Client
@endif
@if($errors->first('product_id'))
{{ $errors->first('product_id') }}
@endif

Remaining characters : 255 @if($errors->first('service_description'))
{{ $errors->first('service_description') }}
@endif
@if($errors->first('service_type'))
{{ $errors->first('service_type') }}
@endif
@if($errors->first('mobile no'))
{{ $errors->first('mobile no') }}
@endif
@if($errors->first('set_priority'))
{{ $errors->first('set_priority') }}
@endif
Cancel
@endsection