@extends('layout.master') @section('rps') active @endsection @section('content')

Edit Brand to Regional Page


Edit Brand
@csrf
@if (session()->has('ErrorImage'))
{{ session()->get('ErrorImage') }}
@elseif(session()->has('success'))
{{ session()->get('success') }}
@endif
{{--
--}}
@php $i = 1; @endphp
@php $checked = ''; if ($data->inventory_backup == 1) { $checked = 'checked'; } @endphp
@section('script') @endsection @endsection