@extends('panel.components.sidbar') @section('content')
@isset($how)
@method('put') @else @endisset @csrf
Create How it Works
Title
AR
EN
@isset($how)
@else
@endisset @error('ar_title')
{{$message}}
@enderror
@isset($how)
@else
@endisset @error('en_title')
{{$message}}
@enderror
Select Video
@isset($how) By Selecting Video You Update Existing Video @endisset @error('icon')
{{$message}}
@enderror
@isset($how) Update @else Create @endisset
@isset($hows)
@foreach ($hows as $how)
Edit
@csrf @method('DELETE')
delete
Delete
{{ $how->getTranslation('title','en') }}
{{ $how->created_at->toDateTimeString() }}
@endforeach
@endisset @endsection