@extends('master') @section('content')
@foreach($company as $comp) {{--@dump($comp)--}}

{{ $comp->name }}

  • Contact No: {{ $comp->contact_no }}
  • Address: {{ $comp->address }}
  • Email: {{ $comp->email }}
  • Education: {{ $comp->education }}
  • Experience: {{ $comp->experience }}
  • Speciality: {{ $comp->speciality }}
  • Standard Consultation (Mon-Fri after 5pm) : {{ $comp->s_cons_weekday }}
  • Standard Consultation (Sat- Sun and public holidays) : {{ $comp->s_cons_weekend }}
  • Long Consultation (Mon-Fri after 5pm) : {{ $comp->l_cons_weekday }}
  • Long Consultation (Sat- Sun and public holidays) : {{ $comp->l_cons_weekend }}
@endforeach
@endsection