@extends('layouts.dash') @section('content')

Contractor

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if($list) @foreach($list as $li) @endforeach @endif
Name Phone Email Cont-per name Cont-per phone Address GST No Status
{{ $li->user->name }} {{ $li->phone }} {{ $li->user->email }} {{ $li->cont_per_name }} {{ $li->cont_per_phone}} {{ $li->address}} {{ $li->gst}} @if($li->file) Download @endif
status ? 'checked' : '' }}>
@endsection