@extends('back.layouts.main') @section('title' , 'View '.$model->name ) @section('content')
Name {{$model->name}}
Name en {{$model->name_en}}
Mobile {{$model->mobile}}
Rating {{$model->rating}}
Description {{$model->description}}
Description en {{$model->description_en}}
Image image)}} style='width:100px' >
Info section name {{$model->info_section_name}}
@stop @section('breadcrumbs') @stop