@extends('admin.layouts.layout') @section('content')

Website Details

@method('PUT') @csrf @if($websiteContents) @foreach($websiteContents as $key => $websiteContent)

@if($websiteContent->fieldtype == '1') @elseif($websiteContent->fieldtype == '2') @endif
@endforeach @endif


  
@endsection