@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
| Id |
License |
Name |
Company |
{{-- Actions | --}}
@foreach($data as $item)
| {{$item->id}} |
{{$item->license_number}} |
{{$item->name}} |
{{$item->company ? $item->company : '' }} |
{{--
| --}}
@endforeach
@endsection
@section('script')
{{--
--}}
{{-- --}}
{{--
--}}
@endsection