@extends('back.layouts.main') @section('title' , 'View '.$model->name ) @section('content')
Name {{$model->name}}
@stop @section('breadcrumbs') @stop