芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/resources/views/frontend/about.blade.php
@extends('layouts.front') @push('css') @endpush @section('content')
@lang('About US')
@lang('Home')
@lang('About US')
@lang('Who We are')
{{ $ps->about_title }}
@php echo $ps->about_text; @endphp
@lang('Read More')
@foreach ($counters as $key=>$data)
0
{{ $data->messurement }}
{{ $data->title }}
@endforeach
@php echo $ps->about_details; @endphp
@includeIf('partials.front.choose') @includeIf('partials.front.payment') @endsection @push('js') @endpush