@extends('Frontend.Template.layout') @section('title') About us @endsection @section('content')

{{ $heading->about_mission }}


{{ $about->mission }}

{{ $heading->about_vision }}


{{ $about->vision }}


{{ $heading->about_history }}


{{ $about->history }}

{{ $heading->about_skills }}



@foreach($counters as $counter)

{{ $counter->number }}

{{ $counter->title }}

@endforeach
@endsection