@extends('layouts.webapp') @section('title',__('menu.staff_info')) @section('content')

{{ __('menu.staff_info') }}

{{-- @foreach ($officestaffs as $officestaff) @endforeach
@lang('form.serial') @lang('form.name') @lang('form.mobile') @lang('form.email') @lang('form.designation')
{{ $loop->iteration }} {{ $officestaff->name }} {{ $officestaff->mobile }} {{ $officestaff->email }} {{ $officestaff->designation }}
--}} @foreach ($contents as $content) {!! $content->description !!} @endforeach
@endsection()