@extends('admin.template.master') @section('title')

B2B Client App Home Page Setting

@endsection @section('main-content')

@if(Session::has('message'))
{{Session('message')}}
@endif {!! Form::open(['url' => '/admin/b2b-app-home-page-list-setting' ]) !!} @csrf
{!! Form::label('is_item_type_or_brand','Setting' ) !!} @if ($errors->has('is_item_type_or_brand')) {!! $errors->first('is_item_type_or_brand') !!} @endif
{!! Form::close() !!}
@endsection