@extends('layouts.master') @section('title', $title) @section('content') Add Company Basic Information @if ($error = Session::get('error')) {{ $error }} @endif @if ($message = Session::get('message')) {{ $message }} @endif @if (count($errors) > 0) Whoops! There were some problems with your input. @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf Company Primary Phone Secondary Phone Fax Address City State Pincode Website Departments Edit Department No Department @if(count($extraFields)) @foreach($extraFields as $field) {{ ucfirst($field['field_name']) }} {!! $field['addHTML'] !!} @endforeach @endif Others Key Technologies Misc. Notes Submit Back @include('department::partials.add-department-modal'); @endsection
Add Company
Basic Information
{{ $error }}
{{ $message }}