@php try { $urlSource=$_GET['source']; } catch(\Exception $e){ $urlSource="1"; } @endphp @if($urlSource=="1") @extends('layouts.header') @section('content') @else @endif @if($urlSource=="1")

@endif
@csrf
@if($urlSource=="1") @endsection @endif