@extends('admin.layouts.contentLayoutMaster') @section('title','Package Edit') @section('pagelevelcss') @stop @section('content')
{{ csrf_field() }}
Result Document
@if($editdata->result_file_type == 'doc') file_download @elseif($editdata->result_file_type == 'pdf') file_download @elseif($editdata->result_file_type == 'image') @endif
@endsection @section('pageleveljs') @stop