@extends('layouts.admin')
@section('title' , 'Show Product')
@section('breadcrumb-item')
Products List
Show Product
@endsection
@section('content')
|
| Name: |
{{ $company->name }} |
| Mobile Number: |
{{ $company->mobile }} |
| Email Address: |
{{ $company->email }} |
| Address: |
{{$company->address}} |
@endsection