���� JFIF  x x �� C         �� C   ��   " ��     �� �  } !1AQa "q2���#B��R��$3br� %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz���������������������������������������������������������������������������     �� �   w !1AQ aq"2�B���� #3R�br�{ gilour

File "Language_phrase-20250627110833.php"

Full Path: /home2/yvrgircc/public_html/ariseskilltech.com/app/Models/Language_phrase-20250627110833.php
File size: 372 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;

class Language_phrase extends Model
{
    use HasFactory;

    protected $fillable = ['language_id', 'phrase', 'translated', 'created_at', 'updated_at'];

    public function language() {
        return $this->belongsTo(Language::class);
    }
}