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

{{$row->id ? __('Edit: ').$row->title : __('Add new gig')}}

@if($row->slug)

{{__("Permalink")}}: {{ url('gig' ) }}/{{$row->slug}}

@endif
@if($row->slug) {{__("View Gig")}} @endif
@include('admin.message') @if($row->id) @include('Language::admin.navigation') @endif
{{__("Overview")}}
@include('Gig::admin.gig.overview')
{{__("Scope & Pricing")}}
@include('Gig::admin.gig.pricing')
{{__("Description")}}
@include('Gig::admin.gig.description')
{{__("Requirements")}}

{{__('Add questions to help buyers provide you with exactly what you need to start working on their order.')}}

@include('Gig::admin.gig.requirements')
@if(is_default_lang())
{{__("Gallery")}}

{{__('Showcase Your Services In A Gig Gallery')}}

@include('Gig::admin.gig.gallery')
@endif @include('Core::admin/seo-meta/seo-meta')
{{__('Publish')}}
@if(is_default_lang())
@if(!empty($gig_manage_others))
@endif @endif
@if(is_default_lang() and !empty($gig_manage_others))
{{__("Author Setting")}}