@extends('admin.layouts.master-soyuz') @section('title',__('Create a Brand | ')) @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{__("Create a Brand")}}
{{csrf_field()}}



({{__("Choose status for your brand")}})


({{__("If You Choose Active Then Image Show In Footer Brand Logo")}})
@endsection @section('custom-script') @endsection