@extends('layouts.app') @section('title', 'buyer | '.config('app.name')) @section('style') {{-- --}} @section('style') @endsection @endsection @section('content')
@if (count($errors) > 0)

Error!

@foreach($errors->all() as $error) {{ $error }}
@endforeach
@endif

All Agents

@csrf
{{-- --}} @foreach($data as $item) {{-- --}} @endforeach
Id License Name CompanyActions
{{$item->id}} {{$item->license_number}} {{$item->name}} {{$item->company ? $item->company : '' }}
@endsection @section('script') {{-- --}} {{-- --}} {{-- --}} @endsection