@extends('admin.template.jobmaster') @section('title', $title) @section('content') @php $uid = ''; $uname = ''; $ulocation = ''; $ucontact = ''; $uemail = ''; $uimage = ''; $uorganisation_type = ''; $ulandline = ''; $uperson = ''; $ucreated_at = ''; if(isset($userData)) { $uid = $userData->id; $uname = $userData->name; $ulocation = $userData->location; $ucontact = $userData->contact; $uemail = $userData->email; $uprofile = $userData->profile_id; $uorganisation_type = $userData->organisation_type; $ulandline = $userData->landline; $uperson = $userData->person; $ucreated_at = $userData->created_at; $uimage = $userData->user_image; } $userId= Auth::user()->id; @endphp

Organisation Profile

@include('admin.partials.flash_message')
@csrf() @if(!empty($method)) @method($method) @endif

Edit Organisation Profile

Max Size 2 MB
@if(trim($uimage)) @else @endif
@stop @section('javascript') @endsection