芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/resources/views/admin/brands/index.blade.php
@extends('layouts.admin') @section('content')
{{ __('Brands') }}
{{ __('Dashboard') }}
{{ __('Home Page Manage') }}
@include('includes.admin.form-both') {{ csrf_field() }}
{{ __('Title') }}
{{ __('Subtitle') }}
{{ __('Set Background Image') }}
{{ __('Upload Picture') }}
{{ __('Submit') }}
@include('includes.admin.form-success')
{{ __('Featured Image') }}
{{ __('Options') }}
{{ __("Confirm Delete") }}
×
{{__("You are about to delete this Brand.")}}
{{ __("Do you want to proceed?") }}
@endsection @section('scripts') @endsection