diff --git a/source/_layouts/footer.blade.php b/source/_layouts/footer.blade.php new file mode 100644 index 0000000..e9a4d5f --- /dev/null +++ b/source/_layouts/footer.blade.php @@ -0,0 +1,125 @@ + + + + + + + + + + + + @yield('footer_scripts') + @if ($page->production) + + + + @endif + \ No newline at end of file diff --git a/source/_layouts/header.blade.php b/source/_layouts/header.blade.php new file mode 100644 index 0000000..624ffb0 --- /dev/null +++ b/source/_layouts/header.blade.php @@ -0,0 +1,16 @@ + \ No newline at end of file diff --git a/source/_layouts/main.blade.php b/source/_layouts/main.blade.php index 5d3376b..cde713f 100644 --- a/source/_layouts/main.blade.php +++ b/source/_layouts/main.blade.php @@ -27,164 +27,8 @@ + @include('_layouts.header') @yield('body') - -
-
-
-

Contato

-
-
-
-
-
- -

contato@librecode.coop

-
-
- -

+55(21)2042-2073

-
-
-
- -
-
-
-
-
- - - - - - - - - - - - - @yield('footer_scripts') - @if ($page->production) - - - - @endif - + @include('_layouts.footer') diff --git a/source/index.blade.php b/source/index.blade.php index 8be9fb2..465ae7d 100644 --- a/source/index.blade.php +++ b/source/index.blade.php @@ -2,26 +2,6 @@ @section('body') - - - @@ -212,5 +192,3 @@ @endsection -@section('footer_scripts') -@endsection