@extends('layouts.master') @section('title'){{__('sidebar.about_us')}} @endsection @section('body') @endsection @section('content') @component('components.breadcrumb') @slot('page_title') {{__('sidebar.about_us')}} @endslot @slot('subtitle') {{__('sidebar.website')}} @endslot @endcomponent
@csrf
@if(isset($what_we_do_sub) && $what_we_do_sub->count() > 0) @foreach ($what_we_do_sub as $item)
@endforeach @else
@endif

@if(isset($what_we_do_sub) && $what_we_do_sub->count() > 0) @else @endif

{{__('genral.our_process')}} :

@endsection @section('scripts') {{-- --}} @endsection