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

Table Create

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

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

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

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

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

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

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

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

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