<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class Service extends Model { protected $fillable = ['title','details','photo']; public $timestamps = false; }