@extends('frontend.layout') @section('page_title', 'List of Pharmaceutical Companies') @section('content')

List of Pharmaceutical Companies

@include('frontend.companies._partials.alphabetically')
{{-- company Data Start --}} @include('frontend.companies._partials.all_company_info') {{-- company Data End --}}
{{ $companies->links() }}
@endsection