@extends('layouts.admin') @section('title') ویرایش سرویس @endsection @section('content')

ویرایش سرویس

@include('admin.index.messages')
@method('patch') @csrf
@if($errors->has('locale')) {{ $errors->first('locale') }} @endif
@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('position')) {{ $errors->first('position') }} @endif
@if($errors->has('btn_title')) {{ $errors->first('btn_title') }} @endif
@if($errors->has('btn_src')) {{ $errors->first('btn_src') }} @endif
@if($errors->has('description')) {{ $errors->first('description') }} @endif
@if($errors->has('src')) {{ $errors->first('src') }} @endif
active == 1) checked @endif name="active" value="1" class="custom-control-input">
active == 0) checked @endif name="active" value="0" class="custom-control-input">
@endsection @section('script') @endsection