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

Kitchen Create

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

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

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

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

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