@extends('backend.superadmin.index') @section('style') @endsection @section('body') Add {{$nature->name}} List {{$nature->name}} @if(session('success')) Success {{session('success')}} × @endif @if(session('error')) Error {{session('error')}} × @endif @if($errors->any()) @foreach($errors->all() as $error) Error {{$error}} @endforeach × @endif {{$nature->name}} Details Banner & Logo Contact Details Login Details {{csrf_field()}} {{$nature->name}} Name * {{ $errors->first('company_name') }} Nature* {{$nature->name}} Type* Private Public Government College Type* Featured General Sponser Sponsor on Edu-Fair --Choose-- Platinum Diamond Gold Silver Province Participating College Status* Verified Unverified Established Date {{--@if(!($nature->id==2))--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--University--}} {{----}} {{----}} {{----}} {{----Choose----}} {{--@foreach($universities as $university)--}} {{--id) selected @endif>{{$university->company_name}}--}} {{--@endforeach--}} {{----}} {{----}} {{----}} {{----}} {{--@endif--}} Progressive No Yes Trust School? No Yes Association --Choose-- @foreach($associations as $association) id) selected @endif>{{$association->name}} @endforeach About Company ({{$nature->name}}) {!! old('company_profile') !!} Company ({{$nature->name}}) Heading {{old('heading')}} Logo Logo Size: H:50px, L:50px Banner Size: H:1200px, L:400px; Featured Image Size: H:500px, L:400px; About Us Banner Size: H:1200px, L:400px; Brochure Upload Brochure Login Email Address * Username * Password * {{----}} {{----}} {{--Password Confirmation *--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{$nature->name}} Head {{$nature->name}} Head Mobile Office Contact Office Email Country * --Choose Country-- @foreach($countries as $country) {{$country->name}} @endforeach State/Province * District * MNP/NP/RM Not Found? Add New City Area Not Found? Add New Area Tole Name Website Map Link {{old('map_link')}} Previous Next Submit @endsection @section('script') @endsection