@extends('layouts.app') @section('content')

Buyer

Page for create Master Buyer

@foreach ($buyers as $buyer) @endforeach
Code Name Description Country Code State Email Phone Action
{{ $buyer->code }} {{ $buyer->name }} {{ $buyer->desc }} {{ $buyer->country_code }} {{ $buyer->state }} {{ $buyer->email }} {{ $buyer->phone }}
  • Are you sure want to delete this ?

    @csrf @method('DELETE')
@endsection @section('js') @endsection