@extends('master') @section('content')
@foreach($branch as $branch)
@csrf
@error('txtCode') {{$message}} @enderror
@error('txtName') {{$message}} @enderror
@if($branch->AllowDiscount == 1) @else @endif
@if($branch->Status == 1) @else @endif
img

Drag and drop a file to upload

@error('txtPicture') {{$message}} @enderror
@endforeach
@endsection @section('script') @endsection