diff --git a/resources/views/app.blade.php b/resources/views/app.blade.php new file mode 100644 index 0000000..4f2fcda --- /dev/null +++ b/resources/views/app.blade.php @@ -0,0 +1,51 @@ + + + + + + + + Baraveli News + + + + + + + + +
+ +
+ @include('partials.header') + +
+ +
+ + @include('partials.footer') +
+ + +
+ + + + \ No newline at end of file