@extends('layouts.admin.master') @section('tab-name', ' ویرایش نمونه کار : ' . $work_sample->name ) @section('content')
@method('PUT') @include('admin.work-sample.form')
@stop