@extends('layouts.app') @section('title', 'Bookers List') @section('content')
{{--

Clients Rate Policy

--}} Add

@foreach ($brand as $key => $cl) @endforeach
Id Brand Name
{{ $cl->sno }} {{ $cl->name }} sno }}'>Edit sno }}' class="btn btn-success btn-lg btn1 confirmation">Delete
Back to menu
@endsection @section('scripts') @endsection