@extends('layouts.main') @section('title') Uploader @endsection @section('breadcrumb') @endsection @section('content')
Uploader
@csrf @method('POST')
@endsection @section('js') @endsection