@extends('layouts.main') @section('title') Sample Files @endsection @section('breadcrumb') @endsection @section('css') @endsection @section('content')
Sample Files
@foreach($data['upload_file_type'] as $key => $value) @endforeach
@endsection @section('js') @endsection