@extends('sysadmin.layouts.app') @section('custom-css') @endsection @section('post-header')
@endsection @section('content')

Lista Restoranteve

@if(count($restaurants) != 0) @foreach($restaurants as $restaurant) @endforeach @endif
ID Restaurant Name % Baboon Baboon Courier Mobile Printer Status Edit
{{ $restaurant->restaurantID }} {{ $restaurant->restaurantName }} {{ $restaurant->baboonPercentage }} %
@endsection @section('custom-js') @endsection