@extends('layouts.admin') @section('title', 'Add Brand') @section('page_title', 'Add New Brand') @section('content')
Back to Brands
@include('admin.brands.form') @endsection