@extends('layout.master') @section('rps', 'active') {{-- @section('lft', 'active') --}} @section('content')

Insert New Brand


Insert Brand
@csrf
@if (session()->has('ErrorImage'))
{{ session()->get('ErrorImage') }}
@elseif(session()->has('success'))
{{ session()->get('success') }}
@endif

{{--
--}} {{--
--}} {{--
--}}
@php $i = 1; @endphp
{{--
--}}
@section('scripts') @endsection @endsection