@extends('backend.admin-master') @section('site-title') {{__('Third Party Scripts Settings')}} @endsection @section('style') @endsection @section('content')
@include('backend.partials.message')

{{__("Third Party Scripts Settings")}}

@csrf

{{__('this code will be load before tag')}}

{{__('this code will be load after tag')}}

@endsection @section('script') @endsection