@extends('layouts.app') @section('title', 'buyer | '.config('app.name')) @section('style') @endsection @section('content')

Escrow Company

Add Company
@if (Auth::user()->role_id === 1) @endif @foreach($data as $company) @if (Auth::user()->role_id === 1) @endif @endforeach
Id NameRegistered ByActions
{{$company->id}} {{$company->name}}{{$company->user->name}} {{-- --}}
@endsection @section('script') @endsection