@extends('layouts.admin') @section('title' , 'Show Product') @section('breadcrumb-item') @endsection @section('content')

Company Profile

{{ $company->name }}

Name: {{ $company->name }}
Mobile Number: {{ $company->mobile }}
Email Address: {{ $company->email }}
Address: {{$company->address}}
@endsection