@extends('admin.layout') @section('content')

{{ __('Permalink') }}

{{ __('Update Permalink') }}

@csrf
Full Path : {{ url('/') }}/{{ $permalink->about_slug }} @if ($errors->has('about_slug'))

{{ $errors->first('about_slug') }}

@endif
Full Path : {{ url('/') }}/{{ $permalink->service_slug }} @if ($errors->has('service_slug'))

{{ $errors->first('service_slug') }}

@endif
Full Path : {{ url('/') }}/{{ $permalink->portfolio_slug }} @if ($errors->has('portfolio_slug'))

{{ $errors->first('portfolio_slug') }}

@endif
Full Path : {{ url('/') }}/{{ $permalink->package_slug }} @if ($errors->has('package_slug'))

{{ $errors->first('package_slug') }}

@endif
Full Path : {{ url('/') }}/{{ $permalink->team_slug }} @if ($errors->has('team_slug'))

{{ $errors->first('team_slug') }}

@endif
Full Path : {{ url('/') }}/{{ $permalink->faq_slug }} @if ($errors->has('faq_slug'))

{{ $errors->first('faq_slug') }}

@endif
Full Path : {{ url('/') }}/{{ $permalink->gallery_slug }} @if ($errors->has('gallery_slug'))

{{ $errors->first('gallery_slug') }}

@endif
Full Path : {{ url('/') }}/{{ $permalink->career_slug }} @if ($errors->has('career_slug'))

{{ $errors->first('career_slug') }}

@endif
Full Path : {{ url('/') }}/{{ $permalink->blog_slug }} @if ($errors->has('blog_slug'))

{{ $errors->first('blog_slug') }}

@endif
Full Path : {{ url('/') }}/{{ $permalink->product_slug }} @if ($errors->has('product_slug'))

{{ $errors->first('product_slug') }}

@endif
Full Path : {{ url('/') }}/{{ $permalink->contact_slug }} @if ($errors->has('contact_slug'))

{{ $errors->first('contact_slug') }}

@endif
Full Path : {{ url('/') }}/{{ $permalink->quote_slug }} @if ($errors->has('quote_slug'))

{{ $errors->first('quote_slug') }}

@endif
Full Path : {{ url('/') }}/{{ $permalink->cart_slug }} @if ($errors->has('cart_slug'))

{{ $errors->first('cart_slug') }}

@endif
Full Path : {{ url('/') }}/{{ $permalink->checkout_slug }} @if ($errors->has('checkout_slug'))

{{ $errors->first('checkout_slug') }}

@endif
@endsection