@extends('layout') @section('body')
Documents
@csrf @method('PUT') @foreach($fakecompany as $fc)
@if($fc->iname != 'sign' && $fc->iname!='companysign')
@endif @if($fc->iname=='sign')
@endif @if($fc->iname=='companysign')
@endif @endforeach
Preview
Generate
Email it
Passenger
@csrf
Download
@endsection @section('head') @endsection @section('script') @if($isGenerating==1) @endif @if($isEmailing==1) @endif @endsection