@extends('AdminMaster.authMaster') @section('content')

File Uploads

@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

    Drag and drop your file

    {{-- --}}
    @endsection