@extends('dashboards.admins.layouts.admin-dash-layout') @section('title','NE-Partners') @section('content') Partners New Home Partners @if(Session::has('message')) × {{Session('message')}} @endif Edit Partner @csrf Name * Slug Freature Image * @if(!empty($singledata->ptpicture)) Replace Image @else Upload Image @endif Status {{$singledata->status}} @if($singledata->status == 'Off') On @else Off @endif Remark Update Partner @csrf Bulk Action Move to Trash Apply Name Slug Status @if(count($data) > 0) @foreach($data as $partner) {{$partner->ptname}} {{$partner->slug}} {{$partner->status}} @endforeach @else No data found. @endif @stop @section('scripts') {!! JsValidator::formRequest('App\Http\Requests\UpdatePartner', '#update-form'); !!} @stop
Replace Image
Upload Image