@extends('layouts.app') @section('content')

Edit {{$model->id}}

@include('forms.seo_setting',[ 'route'=>route('seo_settings.update',$model->id), 'method'=>'PUT' ])
@endSection