@extends('layout.layout') @section('section_title') {{ $section_title }} @endsection @section('css')
@endsection @section('breadcrumb')
Home
Marcas
{{ $section_title }}
@endsection @section('content')
{{ Session::get('message') }}
@if(isset($marca))
@else @endif
Nome
@endsection @section('modals') @endsection @section('javascript') @endsection