@extends('Common::index') @section('title', $branch->title) @section('branch')

{{ $branch->title }}

@if($branch->video) @endif
..

{!! $branch->content !!}

@stop