@extends('front.layouts.app') @section('content') @include('front.common.breadcrumb')
@if(!empty($franchise) || !is_null($franchise))

{!! $franchise->translation->title !!}

{!! $franchise->translation->content !!}
@else @endif
@endsection