@extends('admin.layout.master') @section('title','ORDER TYPE') @section('custom_style') @include('inventory.blade_styles.posting_blade_css') @endsection @section('content')

Create Order Type

@csrf
@if ($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if ($errors->has('service_charge'))

{{ $errors->first('service_charge') }}

@endif
Back
@endsection @section('script') @endsection