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

Waiter Create

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

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

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

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

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