@extends('layouts.main') @section('title', 'Brand Banner') @section('content') @push('head') @endpush
@include('include.message')

@include('model') @push('script') @endpush @endsection