@extends('mobile.module.layouts.content') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @section('content') @if($company)
{{ $company->companyname }}( {{ get_category($company->nature) }} | {{ get_category($company->scale) }} | {{ get_category($company->trade) }} )
{{ $company->address }}
@endif
发送
@endsection @section('script') @endsection