@extends('layouts.admin') @section('title', 'Documents') @section('page-header')

Documents

@endsection {{-- main content --}} @section('content')
{{-- product add --}} @if ($fileable_type == 'product') @include('pages.admin.file.product') @endif
Document Upload
@csrf
@endsection {{-- extra css --}} @push('css') @endpush {{-- extra js --}} @push('js') @endpush