@extends('layouts.backend') @section('title', 'Checkout') @section('content')
@foreach ($tables as $table) @endforeach
@endsection @section('script') @endsection