@extends('layouts.admin') @section('content')
{{ __('Brands') }}
@include('includes.admin.form-both') {{ csrf_field() }}
@include('includes.admin.form-success')
{{ __('Featured Image') }} {{ __('Options') }}
@endsection @section('scripts') @endsection