@extends('layouts.admin') @section('title') افزودن سرویس @endsection @section('content')

افزود سرویس

@include('admin.index.messages')
@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
@endsection @section('script') @endsection