@extends('layouts.theme') @section('title','Edit') @section('style') @endsection @section('content')
Edit {{$type}} Form
@include('alertsInfo')
@csrf @include('tender_company/edit/'.$type)
@endsection @section('script') @endsection