@extends('restaurant.pos.layout.master') @section('custom_css') @endsection @section('content')

Order Type Create

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

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

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

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

@endif
@endsection @section('custom_js') @endsection