@extends('layouts.guest') @section('title', 'Upload Photos - Axis Max Life') @section('content')

Upload Photos

Branch Code: {{ $branch->branch_code }}

Remaining slots: {{ $branch->remaining_slots }}/5

@if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
Whoops! Something went wrong.
@endif
@csrf
Click to upload or drag and drop

PNG, JPG, JPEG, GIF up to 5MB each (max {{ $branch->remaining_slots }} files)

Back
@push('scripts') @endpush @endsection