@extends('layouts.theme') @section('title','Create Company') @section('style')
@endsection @section('content')
Add Tender
@include('alertsInfo')
@csrf
@foreach ($columns as $column)
{{ str_replace('_', ' ', $column) }}
@if ($errors->has($column))
{{ $errors->first($column) }}
@endif
@endforeach
Technical Evaluation
Financial Evaluation
@include('tender/create/technical')
@include('tender/create/financial')
@endsection @section('script') @endsection