@extends('layouts.app') @section('title') {{ __('messages.front_brands') }} @endsection @section('content')
@include('flash::message') @include('layouts.errors')
@include('brands.create-modal') @include('brands.edit-modal') @endsection